home *** CD-ROM | disk | FTP | other *** search
/ EDUCORP 8 / Educorp2Compilation.sit / educorp2 / Demos / TrapezeDemo / Trapeze Help.rsrc / HELP_2140_textract < prev    next >
Encoding:
Text File  |  1987-07-08  |  402 b   |  6 lines

  1. textract ( criterion, block, how*, default* )
  2. extract a table from a block
  3.  
  4. criterion—number block containing true or false values; block—any kind of block; how—extract direction (#ROW or #COL); default—value to fill with.
  5.  
  6. if how=#ROW, textract does the same as extract on each row of block; the resulting rows are stacked to form a table.  If how=#COL, extract each column and join to form a table.